home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK2.toast / Development Kits (Disc 2) / QuickTime / Programming Stuff / Documentation / develop articles / develop Issue 14 / Video Digitizing / HackTV & Example panel comp. / READ ME < prev    next >
Encoding:
Text File  |  1997-02-26  |  603 b   |  7 lines  |  [TEXT/ttxt]

  1. Example video panel component - 3/17/93 - Gary Woodcock (WOODCOCK.G)
  2. ================================================================
  3.  
  4. This code demonstrates how to write a sequence grabber video panel component.  Hack TV is used as the application to test this code.  Note that to build a standalone version of the panel component, you need to comment out the "DEBUG_ME" flag in the DebugFlags.h file.
  5.  
  6. Coding a sequence grabber sound panel component is virtually identical to coding a video panel component, except that the SGChannel that your panel is passed is a sound channel, not a video channel.
  7.